home *** CD-ROM | disk | FTP | other *** search
/ Colson Caster Selection Guide 3 / Colson Caster Selection Guide 3.0.iso / data1.cab / Program_Executable_Files / colsoncd.dxr / Internal_40.ls < prev    next >
Encoding:
Text File  |  2000-01-12  |  362 b   |  16 lines

  1. on enterFrame
  2.   global gtemp
  3.   set the puppet of sprite 9 to 1
  4.   set the locH of sprite 9 to -500
  5.   set the locV of sprite 9 to 0
  6.   set the castNum of sprite 9 to cast item 17 of line gtemp of field "masterfield"
  7.   set the locH of sprite 9 to 30
  8.   set the locV of sprite 9 to 110
  9.   set the puppet of sprite 9 to 0
  10.   updateStage()
  11. end
  12.  
  13. on exitFrame
  14.   pause()
  15. end
  16.